home *** CD-ROM | disk | FTP | other *** search
/ Digital Photo Album: Houko Kuwashima / Digital Photo Album: Houko Kuwashima.iso / cont.dxr / 00040.ls < prev    next >
Encoding:
Text File  |  1998-10-08  |  652 b   |  22 lines

  1. on startMovie
  2.   set the cursor of sprite 10 to [41, 42]
  3.   set the cursor of sprite 11 to [41, 42]
  4.   set the cursor of sprite 12 to [41, 42]
  5.   set the cursor of sprite 13 to [41, 42]
  6.   set the cursor of sprite 14 to [41, 42]
  7.   set the cursor of sprite 15 to [41, 42]
  8.   set the cursor of sprite 29 to [41, 42]
  9.   set the cursor of sprite 30 to [41, 42]
  10. end
  11.  
  12. on stopMovie
  13.   set the cursor of sprite 10 to 0
  14.   set the cursor of sprite 11 to 0
  15.   set the cursor of sprite 12 to 0
  16.   set the cursor of sprite 13 to 0
  17.   set the cursor of sprite 14 to 0
  18.   set the cursor of sprite 15 to 0
  19.   set the cursor of sprite 29 to 0
  20.   set the cursor of sprite 30 to 0
  21. end
  22.